@charset "utf-8";
@import url(length.css);

/* 头部 */
.hq_1200 {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.header:hover {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.header:hover .headerlogo a .hqlogo {
  display: none;
}

.header:hover .headerlogo a .hqlogos {
  display: block;
}

.header:hover .headernav>ul>li>a {
  color: #666666;
}

.header:hover .headertell span {
  color: #999;
}

.header:hover .headertell p {
  color: #d7000f;
}

.header:hover .headersearch button {
  background: url(../images/searchs.png) center no-repeat;
}

.header:hover .headersearch:hover input {
  border-color: #d7000f;
  color: #333;
}

.header:hover .headersearch input::-webkit-input-placeholder {
  color: #999;
}

.header:hover .headersearch input::-moz-placeholder {
  color: #999;
}

.header:hover .headersearch input::-ms-input-placeholder {
  color: #999;
}

.headered {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.headered .headerlogo a .hqlogo {
  display: none;
}

.headered .headerlogo a .hqlogos {
  display: block;
}

.headered .headernav>ul>li>a {
  color: #666666;
}

.headered .headertell span {
  color: #999;
}

.headered .headertell p {
  color: #d7000f;
}

.headered .headersearch button {
  background: url(../images/searchs.png) center no-repeat;
}

.headered .headersearch:hover input {
  border-color: #d7000f;
  color: #333;
}

.headered .headersearch input::-webkit-input-placeholder {
  color: #999;
}

.headered .headersearch input::-moz-placeholder {
  color: #999;
}

.headered .headersearch input::-ms-input-placeholder {
  color: #999;
}

.headercon {
  width: 100%;
  height: 70px;
}

/* .headerlogo{float: left;padding-top: 12px;box-sizing: border-box;margin-right: 50px; width:11%} */
.headerlogo {
  float: left;
  padding-top: 12px;
  box-sizing: border-box;
  width: 7%
}

.headerlogo a {
  display: block;
}

.headerlogo a img {
  display: block;
  width: 80px;
}

.headerlogo a svg {
  display: block;
  width: 80px;
}

.headerlogo a .hqlogos {
  display: none;
}

.headernav {
  float: left;
}

.headernav>ul>li>a.cloud {
  border: 1px solid #E64552;
  border-radius: 36px;
  padding: 4px 10px;
  line-height: 22px;
  margin-top: 20px;
}

.headernav>ul>li {
  float: left;
  padding: 0 12.4px;
  box-sizing: border-box;
}

.headernav>ul>li>a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.headernav>ul>.active>a {
  color: #d7000f;
}

.header .headernav>ul>li>a:hover {
  color: #d7000f;
}

.headeright {
  float: right;
}

.headersearch {
  float: left;
  padding-top: 18px;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
}

/* .headersearch input{width: 0px;height: 34px;border: 1px solid #fff;padding: 0 32px 0 10px;box-sizing: border-box;font-size: 14px;color: #fff;border-radius: 2px;
opacity: 0;transition:.5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;background: transparent;position: absolute;right: 0;cursor: pointer;} */
.headersearch input {
  width: 150px;
  height: 34px;
  border: 1px solid #d7000f;
  padding: 0 32px 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  border-radius: 2px;
  opacity: 1;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  background: transparent;
  cursor: pointer;
}

.headersearch input::-webkit-input-placeholder {
  color: #fff;
}

.headersearch input:-moz-placeholder {
  color: #fff;
}

.headersearch input:-ms-input-placeholder {
  color: #fff;
}

.headersearch button {
  width: 32px;
  height: 32px;
  border: 0;
  outline: none;
  background: url(../images/search.png) center no-repeat;
  position: absolute;
  top: 19px;
  right: 1px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

/* .headersearch:hover input{width: 150px;opacity: 1;border-color: #fff;position: absolute;right: 0;background: #fff;z-index: 99;} */
.headersearch:hover input {
  width: 150px;
  opacity: 1;
  border-color: #fff;
}

.headertell {
  float: left;
  padding-top: 14px;
  box-sizing: border-box;
  margin-right: 20px;
}

.headertell span {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}

.headertell p {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  line-height: 24px;
  font-family: sitka Display
}

.headertell p i {
  animation: tel 6s ease-out 0s infinite;
  -webkit-animation: tel 6s ease-out 0s infinite;
  display: inline-block;
  font-style: normal;
}

.headerlist {
  float: left;
  padding-top: 18px;
  box-sizing: border-box;
}

.headerlist a {
  float: left;
  width: 90px;
  height: 34px;
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  border-radius: 3px;
}

.headerlist a:last-child {
  margin-right: 0;
}

.headerlist .headermf {
  background: #d7000f;
}

.headerlist .headermf:hover {
  box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
}

.headerlist .headerdl {
  background: #f4a632;
}

.headerlist .headerdl:hover {
  box-shadow: 0 5px 10px rgba(244, 166, 50, 0.15);
}

/* 首页banner */
.banner {
  width: 100%;
  height: 600px;
}

.bannercon {
  width: 100%;
}

.bannercon ul li {
  width: 100%;
}

.bannercon ul li a {
  display: block;
  position: relative;
}

.bannercon ul li a img {
  display: block;
  margin: 0 auto;
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.bannertext {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bannertexted {
  max-width: 1200px;
}

.bannertexted h4 {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 20px;
}

.bannertexted p {
  font-size: 24px;
  color: #fff;
  font-weight: 200;
  line-height: 25px;
  margin-bottom: 30px;
}

.bannerconlast span {
  float: left;
  width: 102px;
  height: 34px;
  margin-right: 17px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  border-radius: 3px;
}

.bannerconlast .bannermf {
  background: #d7000f;
}

.bannerconlast .bannermf:hover {
  box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
}

.bannerconlast .bannermore {
  border: 1px solid #fff;
}

.bannerconlast .bannermore:hover {
  border-color: #d7000f;
  color: #d7000f;
}

.bannercon>.swiper-pagination-bullets {
  bottom: 24px !important;
}

.bannercon .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0;
  position: relative;
}

.bannercon .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
}

.bannercon .swiper-pagination-bullet-active:after {
  transition: width 3s;
  width: 100%;
}

/* 首页资讯 */
.information {
  width: 100%;
  height: 60px;
  background: #fff;
  overflow: hidden;
}

.informationcon {
  width: 100%;
  padding: 21px 0;
  box-sizing: border-box;
}

.informationleft {
  float: left;
  width: 600px;
}

.informationleft h4 {
  float: left;
  width: 93px;
  height: 16px;
  margin-right: 14px;
  color: #D7000F;
  font-weight: bold;
}

.informationleft h4 i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #d7000f;
  background: #f0f0f5;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: -1px;
}

.informationlist {
  float: left;
  width: 490px;
  height: 20px;
}

.informationlistcon {
  width: 100%;
}

.informationlistcon ul li {
  width: 100%;
}

.informationlistcon ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  font-weight: 500;
}

.informationlistcon ul li a:hover {
  color: #D7000F;
}

.informationright {
  float: right;
}

.informationright a {
  display: block;
  font-size: 14px;
  color: #d7000f;
}

.informationright a i {
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(../images/jiao.png) center no-repeat;
  margin-left: 5px;
}

/* 首页红圈系列 */
.series {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #ebeff5;
}

.seriescon {
  width: 100%;
}

.seriestitle {
  width: 100%;
  margin-bottom: 30px;
}

.seriestitle h4 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.seriestitle p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 22px;
  margin: 0 auto;
  text-align: justify
}

.serieslist {
  width: 100%;
  margin-bottom: 20px;
}

.serieslist>ul>li {
  float: left;
  width: 384px;
  height: 314px;
  background: #fff;
  margin-right: 24px;
  padding: 30px 29px;
  box-sizing: border-box;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.serieslist>ul>li:last-child {
  margin-right: 0;
}

.serieslist>ul>li h4 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.serieslist>ul>li>p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: justify;
  max-width: 285px;
  margin: 0 auto;
  max-height: 66px;
  height: 66px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.serieslist>ul>li a {
  width: 102px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  background: #d7000f;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  display: block;
  border-radius: 3px;
}

.serieslisted {
  width: 100%;
  margin-bottom: 25px;
}

.serieslisted ul li {
  float: left;
  width: 60px;
  margin-right: 28px;
}

.serieslisted ul li:last-child {
  margin-right: 0;
}

.seriesimg {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 14px;
}

.seriesimg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.seriesimg .xls {
  position: absolute;
  bottom: -50px;
  left: 0;
  opacity: 0;
}

.serieslisted ul li p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.serieslist>ul>li:hover {
  background: #d7000f;
  cursor: pointer;
}

.serieslist>ul>li:hover h4 {
  color: #fff;
  cursor: pointer;
}

.serieslist>ul>li:hover p {
  color: #fff;
  cursor: pointer;
}

.serieslist>ul>li:hover .seriesimg .xl {
  opacity: 0;
}

.serieslist>ul>li:hover .seriesimg .xls {
  bottom: 0;
  opacity: 1;
  cursor: pointer;
}

.serieslist>ul>li:hover .serieslisted ul li p {
  color: #fff;
  cursor: pointer;
}

.serieslist>ul>li:hover a {
  background: #f4a632;
  cursor: pointer;
}

.serieslast {
  width: 100%;
  background: #fff;
  padding: 32px 95px;
  box-sizing: border-box;
}

.serieslast h4 {
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}

.serieslast p {
  font-size: 14px;
  color: #666;
  text-align: justify;
  font-weight: 500;
  line-height: 22px;
  margin: 0 auto 25px;
  max-width: 965px
}

.serieslast ul {
  margin-bottom: 30px;
}

.serieslast ul li {
  float: left;
  width: 90px;
  margin-right: 140px;
}

.serieslast ul li:last-child {
  margin-right: 0;
}

.serieslastimg {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.serieslastimg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.serieslast ul li span {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.serieslast a {
  width: 102px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  background: #d7000f;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  display: block;
  border-radius: 3px;
}

.serieslast a:hover {
  box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
  cursor: pointer;
}

.serieslast ul li:hover .serieslastimg {
  transform: translateY(-5px);
  cursor: pointer;
}

/* 首页解决方案 */
.plan {
  width: 100%;
  padding: 55px 0 35px 0;
  box-sizing: border-box;
  background: #fff;
}

.plancon {
  width: 100%;
}

.palntitle {
  width: 100%;
  margin-bottom: 40px;
}

.palntitle h4 {
  font-size: 28px;
  color: #333;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
}

.palnlist {
  width: 100%;
}

.palnlist ul li {
  float: left;
  width: 384px;
  height: 242px;
  position: relative;
  overflow: hidden;
  margin-right: 24px;
  margin-bottom: 20px;
}

.palnlist ul li:nth-child(3n) {
  margin-right: 0;
}

.palnlist ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 66px;
  box-sizing: border-box;
}

.palnlist ul li a h4 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 20px;
}

.palnlisted {
  display: table;
  margin: 0 auto 20px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.palnlisted p {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.palnlisted p:last-child {
  margin-right: 0;
}

.palnlisted p img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.palnlist ul li a span {
  display: block;
  max-width: 280px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.planbox {
  position: absolute;
  bottom: -100%;
  left: 0;
  background: rgba(215, 0, 15, 0.7);
  width: 100%;
  height: 100%;
  padding: 30px 45px;
  box-sizing: border-box;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.planbox h5 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 18px;
}

.planbox p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.planbox strong {
  width: 102px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  background: #f4a632;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  display: block;
  font-weight: 500;
  border-radius: 3px;
}

.palnlist ul li:hover h4 {
  opacity: 0;
}

.palnlist ul li:hover .palnlisted {
  opacity: 0;
}

.palnlist ul li:hover span {
  opacity: 0;
}

.palnlist ul li:hover .planbox {
  bottom: 0;
}

.series_soultion {
  width: 100%;
  padding: 15px 0;
  padding-top: 30px;
  box-sizing: border-box;
}

.seriescon_soultion {
  width: 100%;
}

.seriestitle_soultion {
  width: 100%;
  margin-bottom: 15px;
}

.seriestitle_soultion p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 22px;
  margin: 0 auto;
  text-align: justify
}

/* 首页系列产品 */
.products {
  width: 100%;
  height: 460px;
  padding: 70px 0 30px 0;
  box-sizing: border-box;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.productsd {
  width: 100%;
  height: 460px;
  padding: 70px 0 30px 0;
  box-sizing: border-box;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.productscon {
  width: 100%;
}

.productstitle {
  width: 100%;
  margin-bottom: 40px;
}

.productstitle h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
}

.productslist {
  width: 100%;
  margin-bottom: 50px;
}

.productslist ul li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.productslist ul li h5 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.productslist ul li h5 span {
  font-size: 56px;
  color: #fff;
  font-weight: 500;
}

.productslist ul li p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.productslistcon {
  width: 100%;
}

.productslistcons {
  width: 100%;
}

.productslisted {
  margin: 0 auto;
  width: 100%;
}

/*.productslisted:first-child{display: block;}*/
.productslisted>h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}

.productslisted>p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  max-width: 800px;
  margin: 0 auto 30px;
}

.productslast {
  width: 100%;
}

.productslast ul {
  display: table;
  margin: 0 auto;
}

.productslast ul li {
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  position: relative;
  margin-right: 44px;
  cursor: pointer;
}

.productslast ul li:last-child {
  margin-right: 0;
}

.productslast ul li::before {
  content: "";
  width: 0%;
  height: 2px;
  background: #d7000f;
  position: absolute;
  bottom: -10px;
  left: -10%;
  transition: 1.5s;
  -moz-transition: 1.5s;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
}

.productslast ul .active::before {
  width: 120%;
}

.xilepages {
  display: none;
}

/* 合作企业 */
.cooperation {
  width: 100%;
  padding: 70px 0 35px 0;
  background: #fff;
  box-sizing: border-box;
}

.cooperationcon {
  width: 100%;
}

.cooperationlist {
  width: 100%;
}

.cooperationlisted {
  width: 100%;
  margin-bottom: 30px;
}

.cooperationlisted h5 {
  float: left;
  width: 140px;
  height: 75px;
  font-size: 20px;
  color: #333;
  margin-right: 40px;
}

.cooperationlisted h5 p {
  font-size: 20px;
  color: #333;
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cooperationlisted ul li {
  float: left;
  width: 155px;
  height: 75px;
  background: #fff;
  margin-right: 18px;
  border-radius: 4px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.cooperationlisted ul li a {
  width: 115px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}

.cooperationlisted ul li:last-child {
  margin-right: 0px;
}

.cooperationlisted ul li:nth-child(6n) {
  margin-right: 0;
}

.cooperationlisted ul li img {
  display: block;
}

.cooperationlisted ul li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.cooperationlist .more {
  width: 102px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  background: #d7000f;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  display: block;
  border-radius: 3px;
}

/*.cooperationlist a:hover{box-shadow: 0 5px 10px rgba(215,0,15,0.15);}*/
/* 首页服务 */
.cooperate {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #f7f9fc;
}

.cooperatecon {
  width: 100%;
}

.cooperatelist {
  width: 100%;
  overflow: hidden;
}

.cooperatelist ul li {
  float: left;
  width: 588px;
  height: 166px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
  padding: 30px 40px;
  box-sizing: border-box;
  margin-right: 24px;
  margin-bottom: 20px;
}

.cooperatelist ul li:nth-child(2n) {
  margin-right: 0;
}

.cooperatelistimg {
  float: left;
  width: 108px;
  height: 101px;
  background: url(../images/fw.png) center no-repeat;
  margin-right: 30px;
  background-size: 100%;
}

.cooperatelistimg h4 {
  font-size: 28px;
  color: #d7000f;
  font-weight: 600;
  text-align: center;
  line-height: 101px;
}

.cooperatelistext {
  float: left;
  width: 70%;
  height: 101px;
}

.cooperatelistext p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 26px;
}

.cooperatelast {
  width: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
  padding: 35px 25px 40px 25px;
  box-sizing: border-box;
  overflow: hidden;
}

.cooperatelastup {
  width: 100%;
  border-bottom: 1px solid #f2f2f5;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.cooperatelastup ul li {
  float: left;
  width: 25%;
}

.cooperatelastupimg {
  float: left;
  width: 52px;
  height: 55px;
  margin-right: 18px;
}

.cooperatelastupimg img {
  display: block;
}

.cooperatelastuptext {
  float: left;
  width: 70%;
  padding-top: 5px;
  box-sizing: border-box;
}

.cooperatelastuptext p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cooperatelastbut {
  width: 100%;
  padding-top: 35px;
  box-sizing: border-box;
}

.cooperatelastbut ul li {
  float: left;
  width: 33.3%;
}

.cooperatelastbutimg {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 18px;
}

.cooperatelastbutimg img {
  display: block;
  margin: 0 auto;
}

.cooperatelastbutext {
  float: left;
  width: 70%;
}

.cooperatelastbutext p {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  line-height: 24px;
}

.customer {
  width: 100%;
  padding-top: 70px;
  box-sizing: border-box;
}

.customercon {
  width: 100%;
  height: 300px;
  background: #fff;
  padding: 88px 180px 30px 180px;
  box-sizing: border-box;
  position: relative;
}

.customercon::before {
  content: "";
  width: 99px;
  height: 78px;
  position: absolute;
  top: 32px;
  left: 45px;
  background: url(../images/up.png) center no-repeat;
}

.customercon::after {
  content: "";
  width: 99px;
  height: 78px;
  position: absolute;
  bottom: 32px;
  right: 45px;
  background: url(../images/down.png) center no-repeat;
}

.customerconle {
  width: 100%;
}

.customerimg {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 32px;
}

.customerimg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.customertext {
  float: left;
  width: 84%;
  padding-top: 8px;
  box-sizing: border-box;
  text-align: justify;
}

.customertext div {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 14px;
}

.customertext div p a {
  display: inline
}

.customertext div a {
  display: inline
}

.customertext span {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  line-height: 20px;
}

.bannerpages {
  display: none;
}

.customerlist {
  width: 100%;
  margin-top: -4%;
  position: relative;
  z-index: 100;
}

.customerlist ul {
  display: table;
  margin: 0 auto;
}

.customerlist ul li {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  transform: scale(0.8);
  transition: .15s;
  -moz-transition: .15s;
  -webkit-transition: .15s;
  -o-transition: .15s;
  cursor: pointer;
}

.customerlist ul li:last-child {
  margin-right: 0;
}

.customerlist ul li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.customerlist ul .active {
  transform: scale(1);
}

.major {
  width: 100%;
  height: 430px;
  margin-top: -10%;
  padding-top: 9%;
  box-sizing: border-box;
}

.majorcon {
  width: 100%;
}

.majorcon img {
  display: block;
  margin-bottom: 30px;
}

.majorcon h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
  line-height: 40px;
}

.majorcon a {
  width: 102px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #D7000F;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  display: block;
  border-radius: 4px;
}

/*.majorcon a:hover{box-shadow: 0 4px 10px rgba(244,166,50,0.2);border-radius: 4px;}*/
/* 首页合作伙伴 */
.hzhb {
  width: 100%;
  padding: 50px 0 45px 0;
  box-sizing: border-box;
  background: #f7f9fc;
}

.hzhbcon {
  width: 100%;
}

.hzhbconed {
  width: 100%;
  position: relative;
}

.hzhblist {
  width: 100%;
}

.hzhblist ul li {
  height: 100px;
  position: relative;
}

.hzhblist ul li a {
  display: table;
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
}

.hzhblist ul li a img {
  display: block;
  margin: 0 auto;
}

.hzhblist ul li a:before {
  content: '';
  width: 0%;
  height: 3px;
  background: #CD0335;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.hzhblist ul li:hover a::before {
  width: 100%;
}

.hzhbconed .bannernext {
  background: url(../images/right.png) center no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50% !important;
  z-index: 100;
  cursor: pointer;
  margin-top: -24px;
  right: -6% !important;
  border-radius: 50%;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.hzhbconed .bannernext:hover {
  background: url(../images/rights.png) center no-repeat;
}

.hzhbconed .bannerprev {
  background: url(../images/left.png) center no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50% !important;
  z-index: 100;
  cursor: pointer;
  margin-top: -24px;
  left: -6% !important;
  border-radius: 50%;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.hzhbconed .bannerprev:hover {
  background: url(../images/lefts.png) center no-repeat;
}

/* 首页新闻列表 */
.hqnew {
  width: 100%;
  padding: 38px 0 33px 0;
  box-sizing: border-box;
  background: #fff;
}

.hqnewcon {
  width: 100%;
}

.hqnewcon ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
}

.hqnewcon ul li:nth-child(2n) {
  margin-right: 0;
}

.hqnewcon ul li a {
  display: block;
}

.hqnewcon ul li a span {
  float: left;
  margin-right: 16px;
  position: relative;
}

.hqnewcon ul li a span::before {
  content: '';
  width: 1px;
  height: 14px;
  background: #f0f0f5;
  position: absolute;
  top: 5px;
  right: -8px;
}

.hqnewcon ul li a span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #d7000f;
  background: #f0f0f5;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: -3px;
}

.hqnewcon ul li a span b {
  font-weight: 500;
  font-size: 14px;
  color: #999;
}

.hqnewcon ul li a p {
  float: left;
  width: 65%;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  font-weight: 500;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.hqnewcon ul li a strong {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  width: 18%;
  float: left;
  text-align: right;
  line-height: 25px;
}

.hqnewcon ul li a:hover p {
  color: #d7000f;
}

/* footer */
.footer {
  width: 100%;
  padding: 60px 0 44px 0;
  box-sizing: border-box;
}

.footercon {
  width: 100%;
}

.footerleft {
  float: left;
  width: 20%;
}

.footerleft a {
  display: block;
  margin-bottom: 15px;
}

.footerleft a img {
  display: block;
  width: 80px !important;
}

.footerleft a svg {
  display: block;
  width: 80px !important;
}

.footertall {
  width: 100%;
  margin-bottom: 15px;
}

.footertall p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.footertall h5 {
  font-size: 32px;
  color: #fff;
  font-weight: 800;
  line-height: 34px;
  font-family: sitka Display
}

.footertext {
  width: 100%;
  margin-bottom: 30px;
}

.footertext p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
}

.footertext p a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block
}

.footertext p a:hover {
  color: #d7000f;
}

.footerwx {
  width: 100%;
}

.footerwx ul li {
  float: left;
  width: 100px;
  margin-right: 24px;
  text-align: center;
}

.footerwx ul li:last-child {
  margin-right: 0;
}

.footerimg {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}

.footerimg img {
  display: block;
}

.footerwx ul li p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footeright {
  float: right;
  width: 70%;
}

.footerup {
  width: 100%;
  margin-bottom: 65px;
}

.footerup ul {
  float: left;
  width: 60%;
}

.footerup ul li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 5px;
  box-sizing: border-box;
  padding-left: 6.5%;
  box-sizing: border-box;
}

.footerup ul li:first-child {
  padding-left: 4%;
}

.footerup ul li h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footerup ul li a {
  display: table;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.footerup ul li a:hover {
  color: #d7000f;
}

.footeruptext {
  float: left;
  width: 40%;
  padding-left: 4.5%;
  box-sizing: border-box;
}

.footeruptext h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 24px;
}

.footeruptext p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  text-align: justify;
}

.footerbut {
  width: 100%;
  padding-left: 3%;
  box-sizing: border-box;
}

.footerbutlist {
  width: 100%;
  margin-bottom: 6px;
}

.footerbutlist span {
  float: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4px;
}

.footerbutlisted {
  width: 92%;
  text-align: justify;
  float: left;
}

.footerbutlist a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-right: 6px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.footerbutlist a::before {
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-right: 6px;
  vertical-align: -2px;
}

.footerbutlist a:first-child::before {
  display: none;
}

.footerbutlisteds a {
  margin-right: 30px;
}

.footerbutlisteds a::before {
  right: -15px;
}

.footerbutlist a:last-child {
  margin-right: 0;
}

.footerbutlist a:last-child::before {
  display: none;
}

.footerbutlist a:hover {
  color: #d7000f;
}

.footerbutlast {
  width: 100%;
}

.footerbutlast p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.footerbutlast p a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.footerbutlast p a:hover {
  color: #d7000f;
}

/* #toTop{display: none;} */
.c_nav {
  position: fixed;
  right: 10px;
  z-index: 9999;
  width: 72px;
  bottom: 15px;
}

.c_nav li {
  float: right;
}

.c_nav li>a {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px #d4c5c54f;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 5px;
  border: #FF0000 1px solid;
  font-size: 12px;
  text-align: center;
  margin-bottom: 9px;
  line-height: 1;
  color: #333;
}

.c_nav li>a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 11px 0 9px 0;
  transition: all 0.5s;
}

.c_nav li.li1>a {
  background: linear-gradient(0deg, #f20d23, #f85f2a);
  color: #fff;
  transition: all 0.5s;
  height: 120px;
}

.c_nav li.li1>a p {
  letter-spacing: 3px;
  line-height: 24px;
  font-size: 16px;
}

.c_nav li.li1 i {
  background: url('../images/side_icon_01.png') center no-repeat;
  width: 40px;
  height: 40px;
}

.c_nav li.li2 a {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.c_nav li.li2 .hides {
  width: 230px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: -5px;
  background: url(../images/side_tel_02.png) 9px center no-repeat;
  background-size: 8%;
  padding: 10px 15px 0 15px;
  text-align: left;
  display: none;
}

.c_nav li.li2 .hides h2 {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 17px 0 7px 0;
}

.c_nav li.li2 .hides p {
  font-size: 12px;
  color: #333;
  line-height: 24px;
}

.c_nav li.li2 .hides p span {
  float: left;
  width: 85px;
  text-align: right;
  font-size: 12px;
  margin-right: 5px;
}

.c_nav li.li2 .hides p strong {
  float: left;
  text-align: right;
  color: #d7000f;
  font-size: 16px;
  font-family: sitka Display;
  font-weight: 800
}

.c_nav li.li2 i {
  background: url('../images/side_tel_01.png') center no-repeat;
}

.c_nav li a:hover i {
  transform: rotate(360deg);
}

.c_nav li.li2 a:hover {
  background: #fff;
}

.c_nav li.li2 a:hover .hides {
  display: block;
}

.c_nav li.li2 a:hover .shows {
  display: none;
}

.c_nav li.li2 a:hover {
  width: 230px;
}

.c_nav li.li4 a:hover {
  background: linear-gradient(0deg, #f20d23, #f85f2a);
  color: #FFFFFF;
}

.c_nav li.li4 a:hover i {
  background: url('../images/side_coo_02.png') center no-repeat;
}

.c_nav li.li4 i {
  background: url('../images/side_coo_01.png') center no-repeat;
}

.c_nav li.li6 .out {
  background: url(../images/side_icon_05.png) center no-repeat #FFFFFF;
}

.c_nav li.li6 .top_return {
  box-shadow: 0px 5px 10px 0px #d4c5c54f;
  display: block;
  width: 62px;
  height: 30px;
  border-radius: 5px;
}

.c_nav li.li6 .over {
  display: none;
  background: linear-gradient(0deg, #f20d23, #f85f2a);
  line-height: 31px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.c_nav li.li6:hover .over {
  display: block;
}

.c_nav li.li6:hover .out {
  display: none;
}

.c_nav li.li7 a {
  position: relative;
  transition: all 0.5s;
}

.c_nav li.li7 a:hover {
  background: linear-gradient(0deg, #f20d23, #f85f2a);
  color: #FFFFFF;
}

.c_nav li.li7 a:hover i {
  background: url('../images/idea2.png') center no-repeat;
  background-size: 100%;
}

.c_nav li.li7 i {
  background: url('../images/idea1.png') center no-repeat;
  background-size: 100%;
}

.c_nav li.li1 {
  -webkit-animation: rotateInDownRight 1s 0.5s ease both;
  -moz-animation: rotateInDownRight 1s 0.5s ease both;
  margin-bottom: 15px;
}

.c_nav li.li2 {
  -webkit-animation: rotateInDownLeft 1s 1s ease both;
  -moz-animation: rotateInDownLeft 1s 1s ease both;
}

.c_nav li.li4 {
  -webkit-animation: rotateInDownRight 1.5s 2s ease both;
  -moz-animation: rotateInDownRight 1.5s 2s ease both;
}

.c_nav li.li5 {
  -webkit-animation: rotateInDownRight 1s 1.5s ease both;
  -moz-animation: rotateInDownRight 1s 1.5s ease both;
  position: relative;
}

.c_nav li.li7 {
  -webkit-animation: rotateInDownLeft 1s 2.0s ease both;
  -moz-animation: rotateInDownLeft 1s 2.0s ease both;
  cursor: pointer;
}

.c_nav li.li6 {
  -webkit-animation: rotateInDownRight 1s 2.5s ease both;
  -moz-animation: rotateInDownRight 1s 2.5s ease both;
  cursor: pointer;
}

.c_nav .d-daili {
  border: 0 none;
  top: 38px;
  width: 320px;
  border-radius: 5px 5px 0px 0px;
}

.c_nav .d-daili .arrow {
  top: 170px;
  right: -7px;
}

.c_nav .d-daili .inner-box {
  padding: 0;
}

.c_nav .d-daili .daili-title {
  height: 95px;
  background: url(../images/bg_input.jpg) no-repeat center top;
  border-radius: 5px 5px 0px 0px;
  color: #FFFFFF;
  text-align: center;
}

.c_nav .d-daili .daili-title div {
  padding-top: 21px;
}

.c_nav .d-daili .daili-title span {
  font-size: 20px;
}

.c_nav .d-daili .daili-title p {
  font-size: 16px;
}

.c_nav .d-daili .daili-form {
  padding: 20px;
  border: 1px solid #E0E1E5;
}

.c_nav .d-daili .daili-form .input-row {
  position: relative;
}

.c_nav .d-daili .daili-form .input-icon {
  position: absolute;
  left: 7px;
  top: 9px;
  width: 24px;
  height: 24px;
  background: url(../images/icon_input.png) no-repeat;
}

.c_nav .d-daili .daili-form .input-icon.icon-company {
  background-position: 0 0;
}

.c_nav .d-daili .daili-form .input-icon.icon-man {
  background-position: -48px 0;
}

.c_nav .d-daili .daili-form .input-icon.icon-tel {
  background-position: -72px 0;
}

.c_nav .d-daili .daili-form .input {
  margin-bottom: 10px;
  width: 100%;
  height: 44px;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 2px;
  padding-left: 36px;
  box-sizing: border-box;
  font-size: 14px;
}

.c_nav .d-daili .daili-form .btn-row {
  text-align: center;
  font-size: 16px;
  padding-top: 7px;
}

.c_nav .d {
  display: none;
  width: 320px;
  background: #fff;
  position: absolute;
  right: 84px;
  min-height: 90px;
  border-radius: 3px;
  box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
}

.c_nav .d .arrow {
  position: absolute;
  width: 9px;
  height: 18px;
  background: url(../images/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 190px;
}


/* .c_nav li a {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    border: #FF0000 1px solid;
    font-size: 12px;
    text-align: center;
    margin-bottom: 9px;
    line-height: 1;
	color: #333;
} */
.c_nav li a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 11px 0 9px 0;
  transition: all 0.5s;
}

.c_nav li.li1 .shows {
  background: linear-gradient(0deg, #f20d23, #f85f2a);
  color: #fff;
  transition: all 0.5s;
  width: 100px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}

.c_nav li.li1 p {
  letter-spacing: 3px;
  line-height: 24px;
  font-size: 16px;
}

.c_nav li.li1 a {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  color: #fff;
  font-size: 12px;
}

.c_nav li.li1 a i {
  display: block;
  margin: 0 auto;
}

.c_nav li.li1 .hides {
  width: 195px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: 8%;
  padding: 10px 15px 0 15px;
  text-align: left;
  display: none;
}

.c_nav li.li1 i {
  background: url('../images/side_icon_01.png') center no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

/* .c_nav li.li1:nth-of-type(2) i {
    background: url('../images/side_tel_02.png') center no-repeat;
    width: 40px;
	height: 20px;
	background-size: 50% 50%;
	display: block;
	margin: 0 auto;
} */
.c_nav li.li1 .shows:hover .c_nav li.li1 i {
  transform: rotate(360deg);
}

.c_nav li.li1:nth-of-type(2) .shows {
  background: linear-gradient(0deg, #F4A632, #f85f2a);
  /* padding: 20px 0; */
}

/* .c_nav li.li1 .icon {
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 38px;
	margin: 7px auto;
} */
.c_nav li.li1 a span {
  display: block;
}

/* .c_nav li.li1 a:hover .hides {
    display: block;
}

.c_nav li.li1 a:hover .shows {
    display: none;
}
.c_nav li.li1 a:hover {
    width: 195px;
} */
.c_nav li.li1>a {
  position: relative;
  z-index: 10;
}

.add {
  border-radius: 0 5px 5px 0 !important;
  border-left: 0 !important;
}

.hided {
  position: absolute;
  top: 0;
  left: 200px;
  width: 120px;
  padding: 20px 0;
  box-sizing: border-box;
  height: 122px !important;
  border-radius: 5px 0 0 5px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.hidedsed {
  left: -120px;
}

.hided a {
  font-size: 16px;
  text-align: center;
  color: #fff !important;
  margin-bottom: 20px;
  display: block;
}

.hided a:last-child {
  margin-bottom: 0;
}

.wxcon {
  width: 152px;
  height: 198px;
  border: 1px solid #D7000F;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 10px;
}

.wxconimg {
  width: 120px;
  height: 120px;
  margin: 0 auto 8px;
  overflow: hidden;
}

.wxconimg img {
  display: block;
  width: 100%;
  height: 100%;
}

.wxcon span {
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 20px;
}

/* crm */
.banners {
  width: 100%;
  height: 450px;
  padding-top: 70px;
  box-sizing: border-box;
}

.bannerscon {
  width: 100%;
  padding-left: 120px;
  box-sizing: border-box;
  padding-top: 48px;
}

.bannerscontext h4 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  line-height: 67px;
  margin-bottom: 5px;
}

.bannerscontext h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 64px;
}

.bannerscontext a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: block;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  background: #D7000F;
}

.bannerscontext a:hover {
  box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
}

.crmnav {
  width: 100%;
  height: 50px;
  background: linear-gradient(90deg, #C71B27 0%, #9A7477 48%, #8D8D8D 100%);
}

.crmnavcon {
  width: 100%;
  height: 50px;
}

.crmleft {
  float: left;
  padding-top: 16px;
  box-sizing: border-box;
}

.crmleft a {
  float: left;
  width: 18px;
  height: 18px;
}

.crmleft a img {
  display: block;
}

.crmleft span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  float: left;
  margin: 0 13px;
}

.crmleft strong {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  float: left;
}

.crmright {
  float: right;
}

.crmright ul li {
  float: left;
  line-height: 50px;
  position: relative;
  margin-right: 60px;
}

.crmright ul li:last-child {
  margin-right: 0;
}

.crmright ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.crmright ul li::before {
  content: "";
  width: 0%;
  height: 3px;
  background: #CD0335;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.crmright ul li:hover a {
  color: #CD0335;
}

.crmright ul li:hover::before {
  width: 100%;
}

.crmright ul .active a {
  color: #CD0335;
}

.crmright ul .active::before {
  width: 100%;
}

.crmts {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #fff;
}

.crmtscon {
  width: 100%;
}

.crmtster {
  width: 100%;
}

.crmtsimg {
  float: left;
  width: 800px;
  margin-right: 16px;
}

.crmtsimg img {
  display: block;
  width: 100%;
}

.crmtstext {
  float: left;
  width: 384px;
  padding-top: 7%;
  box-sizing: border-box;
}

.crmtstext p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 45px;
  text-align: justify;
}

.crmtstext a {
  display: block;
  width: 228px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 3px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  background: #D7000F;
}

.crmtstext a:hover {
  box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
}

.crmxs {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #F8F9FC;
}

.crmxscon {
  width: 100%;
}

.crmxsup {
  width: 100%;
  margin-bottom: 50px;
}

.crmxsup ul li {
  float: left;
  width: 228px;
  height: 96px;
  background: #fff;
  border-radius: 4px;
  padding: 18px 15px;
  margin-right: 15px;
  border: 1px solid #fff;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  box-sizing: border-box;
  cursor: pointer;
}

.crmxsup ul li:nth-child(5n) {
  margin-right: 0;
}

.crmxsup ul li:last-child {
  margin-right: 0;
}

.crmxsimig {
  width: 61px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 12px;
}

.crmxsimig img {
  display: block;
  border-radius: 50%;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.crmxsimig .xss {
  position: absolute;
  top: -65px;
  left: 0;
  opacity: 0;
}

.crmxstext {
  float: left;
  width: 120px;
  line-height: 58px;
}

.crmxstext p {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.crmxsup ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba(140, 20, 20, 0.1);
  border-color: #D7000F;
}

.crmxsup ul li:hover .crmxsimig .xs {
  opacity: 0;
}

.crmxsup ul li:hover .crmxsimig .xss {
  top: 0;
  opacity: 1;
}

.crmxsup ul li:hover .crmxstext p {
  color: #D7000F;
}

.crmxsup ul .active {
  box-shadow: 0px 0px 20px 0px rgba(140, 20, 20, 0.1);
  border-color: #D7000F;
}

.crmxsup ul .active .crmxsimig .xs {
  opacity: 0;
}

.crmxsup ul .active .crmxsimig .xss {
  top: 0;
  opacity: 1;
}

.crmxsup ul .active .crmxstext p {
  color: #D7000F;
}

.crmxsbut {
  width: 100%;
}

.crmxslist {
  width: 100%;
  display: none;
}

.crmxslist:first-child {
  display: block;
}

.crmxslisted {
  float: left;
  width: 792px;
  margin-right: 23px;
}

.crmxslistimg {
  width: 100%;
  display: none;
}

.crmxslistimg:first-child {
  display: block;
}

.crmxslistimg img {
  display: block;
  width: 100%;
}

.crmxslistnav {
  float: left;
  width: 385px;
}

.crmxslistnav ul li {
  width: 100%;
  height: 125px;
  background: #fff;
  padding: 28px 20px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 10px;
  cursor: pointer;
}

.crmxslistnav ul li i {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #999;
  margin-right: 14px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  box-sizing: border-box;
  margin-top: 2px;
}

.crmxslistext {
  float: left;
  width: 70%;
}

.crmxslistext h4 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 5px;
}

.crmxslistext p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.crmxslistnav ul .active {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.crmxslistnav ul .active i {
  border-color: #D7000F;
}

.crmxslistnav ul .active .crmxslistext h4 {
  color: #D7000F;
}

.crmxslistnav ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.crmxslistnav ul li:hover i {
  border-color: #D7000F;
}

.crmxslistnav ul li:hover .crmxslistext h4 {
  color: #D7000F;
}

.crmxslistnav a {
  width: 102px;
  height: 34px;
  margin-right: 17px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  display: block;
  box-sizing: border-box;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  border-radius: 3px;
  background: #D7000F;
  margin-top: 20px;
}

.crmxslistnav a:hover {
  box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
}

.crmgn {
  width: 100%;
  padding: 60px 0 41px 0;
  box-sizing: border-box;
  background: #F8F9FC;
}

.crmgncon {
  width: 100%;
}

.crmgnlist {
  width: 100%;
}

.crmgnlist ul li {
  float: left;
  width: 233px;
  height: 233px;
  background: #fff;
  margin-right: 8px;
  margin-bottom: 19px;
  padding: 40px 22px;
  box-sizing: border-box;
  overflow: hidden;
}

.crmgnlist ul li:nth-child(5n) {
  margin-right: 0;
}

.crmgnimg {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.crmgnimg img {
  display: block;
  width: 100%;
  height: 100%;
}

.crmgntext {
  width: 100%;
}

.crmgntext h4 {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  cursor: pointer;
}

.crmgntext p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}

.crmgntext a {
  width: 102px;
  height: 34px;
  margin-right: 17px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  display: block;
  margin: 50px auto;
  box-sizing: border-box;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  border-radius: 3px;
  background: #D7000F;
  opacity: 0;
}

.crmgntext a:hover {
  box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
  cursor: pointer;
}

.crmgnlist ul li:hover .crmgnimg {
  margin-top: -50px;
  opacity: 0;
  cursor: pointer;
}

.crmgnlist ul li:hover .crmgntext a {
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
}

.crmfw {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #fff;
}

.crmfwcon {
  width: 100%;
}

.crmfwlist {
  width: 100%;
}

.crmfwlist ul li {
  float: left;
  width: 232px;
  height: 263px;
  margin-right: 10px;
  position: relative;
}

.crmfwlist ul li:last-child {
  margin-right: 0;
}

.crmfwlist ul li a {
  display: block;
}

.crmfwlist ul li img {
  display: block;
}

.crmfwtext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 48px 10px 40px 10px;
  box-sizing: border-box;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.crmfwtext h5 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crmfwtext p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 30px;
}

.crmfwtext span {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
}

.crmfwlist ul li:hover .crmfwtext {
  background: rgba(214, 1, 15, 0.7);
}

.crmkh {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  background: #F8F9FC;
}

.crmkhcon {
  width: 100%;
}

.crmkhlist {
  width: 100%;
}

.crmkhlist ul li {
  float: left;
  width: 385px;
  margin-right: 22px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

.crmkhlist ul li:last-child {
  margin-right: 0;
}

.crmkhlist ul li:nth-child(3) {
  margin-right: 0;
}

.crmkhlist ul li:nth-child(6) {
  margin-right: 0;
}

.crmkhlist ul li:nth-child(9) {
  margin-right: 0;
}

.crmkhlist ul li:nth-child(12) {
  margin-right: 0;
}

.crmkhlist ul li a {
  display: block;
}

.crmkhimg {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.crmkhimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.crmkhtext {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  background: #fff;
}

.crmkhup {
  width: 100%;
  margin-bottom: 15px;
}

.crmkhup span {
  float: left;
  font-size: 14px;
  color: #D7000F;
  margin-right: 25px;
  position: relative;
}

.crmkhup span::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #E6E6E6;
  position: absolute;
  top: 4px;
  right: -12.5px;
}

.crmkhup p {
  float: left;
  font-size: 14px;
  color: #666;
}

.crmkhtext h5 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.crmkhtext .jianjie {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 20px;
  height: 60px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

.crmkhlast {
  width: 100%;
  border-top: 1px solid #D7000F;
  padding-top: 15px;
  box-sizing: border-box;
  height: 64px;
  overflow: hidden;
}

.crmkhlast span {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 24px;
  margin-right: 10px;
}

.crmkhlist ul li:hover .crmkhimg img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.crmkhlist ul li:hover .crmkhtext h5 {
  color: #D7000F;
}

.crmmore {
  width: 102px;
  height: 34px;
  margin-right: 17px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  display: block;
  margin: 32px auto 0;
  box-sizing: border-box;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  border-radius: 3px;
  background: #D7000F;
}

.crmmore:hover {
  box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
}

/* 解决方案 */
.crmnavs {
  padding: 0 12.5%;
  box-sizing: border-box;
}

.bannerscontexts a {
  width: 164px;
}

.crmrights ul li {
  margin-right: 30px;
}

.plannav {
  width: 100%;
  height: 50px;
  background: #E6E6E6;
}

.plannavcon {
  width: 100%;
  height: 50px;
}

.plannavlist {
  width: 100%;
  display: none;
}

.plannavlist:first-child {
  display: block;
}

.plannavlist ul {
  display: table;
  margin: 0 auto;
}

.plannavlist ul li {
  float: left;
  margin-right: 60px;
  position: relative;
}

.plannavlist ul li:before {
  content: '';
  width: 0%;
  height: 3px;
  background: #CD0335;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.plannavlist ul li:last-child {
  margin-right: 0;
}

.plannavlist ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.plannavlist ul li:hover::before {
  width: 100%;
}

.plannavlist ul li:hover a {
  color: #D7000F;
}

.plannavlist ul .active:before {
  width: 100%;
}

.plannavlist ul .active a {
  color: #D7000F;
}

.planyw {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #F8F9FC;
}

.planywcon {
  width: 100%;
}

.planywlist {
  width: 100%;
}

.planywlist ul li {
  float: left;
  width: 282px;
  height: 349px;
  padding: 45px 24px 30px 24px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-right: 24px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.planywlist ul li:hover {
  float: left;
  width: 282px;
  height: 349px;
  background: rgba(214, 1, 15, 0.7);
  padding: 45px 24px 30px 24px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-right: 24px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  cursor: pointer;
}

.planywlist ul li:last-child {
  margin-right: 0;
}

.planywimg {
  width: 86px;
  height: 86px;
  margin: 0 auto 28px;
  overflow: hidden;
  position: relative;
}

.planywimg img {
  display: block;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.planywimg .yws {
  opacity: 0;
  position: absolute;
  bottom: -90px;
  left: 0;
}

.panybjs {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.panybj {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.pancon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 24px 30px 24px;
  box-sizing: border-box;
}

.planywtext {
  width: 100%;
}

.planywtext h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 20px;
  text-align: center;
}

.planywtexted {
  width: 100%;
}

.planywtexted p {
  width: 100%;
  margin-bottom: 8px;
}

.planywtexted p:last-child {
  margin-bottom: 0;
}

.planywtexted p i {
  display: block;
  float: left;
  width: 18px;
  height: 12px;
  background: url(../images/duis.png) center no-repeat;
  margin-right: 8px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  margin-top: 7px;
}

.planywtexted p span {
  display: block;
  float: left;
  width: 80%;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.planywlist ul li:hover {
  background: #D7000F;
}

.planywlist ul li:hover .panybj {
  background: rgba(214, 1, 15, 0.7);
}

.planywlist ul li:hover .planywimg {
  position: relative;
  z-index: 100;
}

.planywlist ul li:hover .planywimg .yw {
  opacity: 1;
}

.planywlist ul li:hover .planywimg .yws {
  opacity: 0;
  bottom: -90px;
}

.planywlist ul li:hover .planywtext h5 {
  color: #fff;
}

.planywlist ul li:hover .planywtexted p i {
  background: url(../images/duis.png) center no-repeat;
}

.planywlist ul li:hover .planywtexted p span {
  color: #fff;
}

.planxs {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #fff;
}

.planxscon {
  width: 100%;
}

.planxsimg {
  width: 100%;
}

.planxsimg img {
  display: block;
  margin: 0 auto;
}

.crmxsuper ul li {
  width: 227px;
  margin-right: 16px;
  padding: 18px 30px;
}

.crmxsuper ul li .crmxstext {
  width: 90px;
}

.plants {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
}

.plantscon {
  width: 100%;
}

.plantslist {
  width: 100%;
}

.plantslist ul li {
  float: left;
  width: 232px;
  height: 400px;
  background: #fff;
  margin-right: 10px;
  padding: 15px 10px;
  box-sizing: border-box;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  margin-top: 10px;
}

.plantslist ul li:last-child {
  margin-right: 0;
}

.plantsimg {
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  overflow: hidden;
}

.plantsimg img {
  display: block;
}

.plantstext {
  display: table;
  margin: 0 auto;
}

.plantstext h5 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 24px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.plantstext i {
  display: block;
  width: 48px;
  height: 1px;
  background: #D6010F;
  margin: 0 auto 30px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.plantslist {
  width: 100%;
}

.plantslist p {
  margin-bottom: 8px;
}

.plantslist p:last-child {
  margin-bottom: 0;
}

.plantslist p b {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #999;
  margin-right: 6px;
  vertical-align: -1px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.plantslist p span {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.plantslist ul li:hover {
  background: rgba(214, 1, 15, 0.7);
  cursor: pointer;
}

.plantslist ul li:hover .plantstext h5 {
  color: #fff;
}

.plantslist ul li:hover .plantstext i {
  background: #fff;
}

.plantslist ul li:hover .plantslist p b {
  border-color: #fff;
}

.plantslist ul li:hover .plantslist p span {
  color: #fff;
}

.cooperationlisteds ul li {
  width: 180px;
  height: 80px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.plantslist ul li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1725px) {
  .crmnavs {
    padding: 0 10%;
  }
}

@media screen and (max-width: 1625px) {
  .crmnavs {
    padding: 0 8%;
  }
}

@media screen and (max-width: 1560px) {
  .crmnavs {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1440px) {
  .crmnavs {
    padding: 0 4%;
  }

  .crmrights ul li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .crmnavs {
    padding: 0 2%;
  }

  .crmrights ul li {
    margin-right: 15px;
  }

  .headernav>ul>li {
    padding: 0 11px;
  }
}

.headersecond {
  position: absolute;
  top: 70px;
  left: 0;
  background: rgba(136, 136, 136, 0.9);
  z-index: 5000;
  width: 100%;
  padding-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.only {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.headersecondcon {
  display: flex;
  justify-content: end;
  position: relative;
  padding-left: 180px;
  box-sizing: border-box;
}

.headersecondcon:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #a6a6a6;
  position: absolute;
  top: 60px;
  left: 0;
}

.headerlister {
  width: 22%;
}

.headerlister>a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 60px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.headerlister>a:hover {
  color: #d7000f;
}

.headerlistered {
  width: 100%;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}

.headerlistered>a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 30px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.headerlistered>a:hover {
  color: #d7000f;
}

.headeright {
  float: right;
}

.headersearch {
  float: left;
  padding-top: 18px;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
}

.headersearch input {
  width: 140px;
  height: 34px;
  border: 1px solid #e1e1e1;
  padding: 0 32px 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  border-radius: 2px;
  opacity: 1;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  background: transparent;
  cursor: pointer;
}

.headersearch input::-webkit-input-placeholder {
  color: #fff;
}

.headersearch input:-moz-placeholder {
  color: #fff;
}

.headersearch input:-ms-input-placeholder {
  color: #fff;
}

.headersearch button {
  width: 32px;
  height: 32px;
  border: 0;
  outline: none;
  background: url(../images/search.png) center no-repeat;
  position: absolute;
  top: 19px;
  right: 1px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.headersearch:hover input {
  width: 140px;
  opacity: 1;
  border-color: #fff;
}

.headertell {
  float: left;
  padding-top: 14px;
  box-sizing: border-box;
  margin-right: 20px;
}

.headertell span {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}

.headertell p {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  line-height: 24px;
  font-family: sitka Display
}

.headertell p i {
  animation: tel 6s ease-out 0s infinite;
  -webkit-animation: tel 6s ease-out 0s infinite;
  display: inline-block;
  font-style: normal;
}

.headerlist {
  float: left;
  padding-top: 18px;
  box-sizing: border-box;
}

.headerlist a {
  float: left;
  width: 90px;
  height: 34px;
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  border-radius: 3px;
}

.headerlist a:last-child {
  margin-right: 0;
}

.headerlist .headermf {
  background: #d7000f;
}

.headerlist .headermf:hover {
  box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
}

.headerlist .headerdl {
  background: #f4a632;
}

.headerlist .headerdl:hover {
  box-shadow: 0 5px 10px rgba(244, 166, 50, 0.15);
}

/* 手机端 */
.nav {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 0 20px;
  box-sizing: border-box;
  display: none;
}

.navleft {
  float: left;
  padding-top: 10px;
  box-sizing: border-box;
  width: 35%;
}

.navleft a {
  display: block;
  font-size: 0;
}

.navleft a img {
  width: 100%;
  display: block;
}

.navleft a svg {
  width: 80px;
  display: block;
}

.navright {
  float: right;
  margin-top: 20px;
}

.navright>span {
  width: 24px;
  height: 2px;
  display: block;
  background: #fff;
  margin-bottom: 7px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  background: #fff;
}

.navright.active span:nth-child(2) {
  margin-left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navright.active span:nth-child(3) {
  margin-left: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999991;
}

.mobilebj {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0.5);
}

.mobilebox {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50%;
  background: #f1f1f1;
}

.mobilebox .close {
  width: 100%;
  height: 68px;
  position: relative;
  background: #d6000f;
}

.mobilebox .close i {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/menu-close.svg) no-repeat;
  background-size: 100% 100%;
  margin: 24px;
}

.mobilelist>ul>.on>a i {
  transform: rotate(90deg);
}

.mobilelist {
  width: 100%;
  height: 100%;
}

.mobilelist>ul>li {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.mobilelist>ul>li:first-child {
  border-top: 1px solid #e6e6e6;
}

.mobilelist>ul>li:last-child {
  border-bottom: 0;
}

.mobilelist>ul>li>a {
  display: block;
  font-family: chainRegular;
  font-size: 14px;
  color: #333;
  padding: 9px 15px;
  box-sizing: border-box;
  position: relative;
}

.mobilelist>ul>li>a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/jiao.png) center no-repeat;
  position: absolute;
  top: 7px;
  right: 10px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.mobilenav {
  width: 100%;
  display: none;
}

.mobilenav>a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 9px 15px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  background: #e4e4e4;
  position: relative;
}

.mobilenav>a:first-child {
  border-top: 0;
}

.mobilenav>.moblast {
  padding: 0;
}

.mobilenav>a span {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 9px 15px;
  box-sizing: border-box;
  background: #e4e4e4;
  position: relative;
}

.mobilenav>a span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/jiao.png) center no-repeat;
  position: absolute;
  top: 7px;
  right: 10px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.mobilenav>.only span i {
  transform: rotate(90deg);
}

.headernavedcon {
  background: #c6c6c6;
  display: none;
}

.headernavedcon a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 9px 15px 9px 25px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}

.ins {
  width: 100%;
  height: 50px;
  background: rgba(24, 11, 10, 0.2);
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  box-sizing: border-box;
}

.ins a {
  display: block;
  height: 40px;
  width: 32%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background: #fe0303;
  margin-right: 2%;
  border-radius: 4px;
  float: left;
}

.ins a:last-child {
  margin-right: 0;
}

.li {
  width: 64px;
  height: 64px;
  background: #ef1f1f;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  margin-top: -32px;
  right: 0;
  z-index: 9999999;
  display: none;
}

.li a {
  display: block;
}

.mobbs {
  display: none;
}

.cooperationlistss {
  display: none;
}

.crmgnlistee {
  display: none;
}

.mobs {
  display: none;
}

.cc2 {
  display: none;
}

.crmxsssss {
  display: none;
}

.sw2 {
  display: none;
}

.ss2 {
  display: none;
}

.dd2 {
  display: none;
}

.mob {
  display: none;
}

@media screen and (max-width: 1366px) {
  .hzhbconed .bannerprev {
    left: 0 !important;
  }

  .hzhbconed .bannernext {
    right: 0 !important;
  }
}

@media screen and (max-width: 1260px) {
  .bannertext {
    width: 100%;
  }

  .hq_1200 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .bannertexted {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .headerlogo {
    margin-right: 20px;
    border: 1px solid red;
  }

  .headernav>ul>li {
    padding: 0 5px;
  }

  .headerlist a {
    width: 90px;
  }

  .headersearch:hover input {
    width: 125px;
  }

  .serieslist>ul>li {
    width: 32.5%;
    margin-right: 1.25%;
  }

  .serieslisted ul li {
    width: 24%;
    margin-right: 1.3%;
  }

  .serieslast {
    padding: 32px 5%;
  }

  .serieslast ul li {
    width: 19%;
    margin-right: 1.25%;
  }

  .palnlist ul li {
    width: 32.5%;
    margin-right: 1.25%;
  }

  .palnlist ul li a {
    background-size: cover !important;
  }

  .cooperationlisted h5 {
    width: 12%;
  }

  .cooperationlisted ul li {
    width: 11%;
  }

  .cooperatelist ul li {
    width: 49%;
    margin-right: 2%;
  }

  .palnlisted p {
    width: 32%;
    margin-right: 2%;
    height: auto;
  }

  .customercon {
    padding: 80px 100px 33px 100px;
  }

  .bannerscontext h5 {
    margin-bottom: 20px;
  }

  .crmtsimg {
    width: 65%;
  }

  .crmtstext {
    width: 33%;
  }

  .crmgnlist ul li,
  .crmxsup ul li,
  .crmfwlist ul li,
  .plantslist ul li {
    width: 19%;
    margin-right: 1.25%;
  }

  .crmkhlist ul li {
    width: 32.5%;
    margin-right: 1.25%;
  }

  .crmxslisted {
    width: 65%;
  }

  .crmxslistnav {
    width: 32%;
  }

  .crmxstext {
    width: 98px;
  }

  .crmxstext p {
    font-size: 16px;
  }

  .planywlist ul li {
    width: 23.5%;
    margin-right: 1.33%;
  }

}

@media screen and (max-width: 1180px) {
  .cooperatelistext {
    width: 67%;
  }

  .hqnewcon ul li a p {
    width: 60%;
  }

  .footerleft {
    width: 25%;
  }

  .crmxsup ul li {
    padding: 18px 8px;
  }
}

@media screen and (max-width: 1100px) {
  .header {
    display: none;
  }

  .nav {
    display: block;
  }

  .navleft {
    width: 12%;
  }

  .crmright {
    display: none;
  }

  .crmxsimig {
    width: 45px;
    height: 45px;
    margin-top: 4px;
  }

  .plannav {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .cooperatelistext {
    width: 63%;
  }

  .customercon {
    padding: 30px 60px 33px 60px;
  }

  .footerup ul {
    display: none;
  }

  .footerleft {
    width: 35%;
  }

  .footeruptext {
    width: 100%;
  }

  .footeright {
    width: 63%
  }

  .productslist {
    margin-bottom: 30px;
  }

  .palnlist ul li a {
    padding: 40px 20px;
  }

  .cooperationlisted ul li {
    width: 25%
  }

  .cooperationlisteds ul li {
    width: 32%;
    margin-right: 2%;
  }

  .cooperationlisteds ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 968px) {
  .navleft {
    width: 16%;
  }

  .cooperatelist ul li {
    width: 100%;
    margin-right: 0;
  }

  .plansupconlist a {
    width: 120px;
  }

  .crmtsimg {
    width: 60%;
  }

  .crmtstext {
    width: 37%;
  }

  .crmxstext {
    width: 63px;
  }

  .crmxstext p {
    font-size: 12px;
  }

  .crmxslisted {
    width: 62%;
  }

  /*.crmfwlist ul{display: flex;justify-content: center;flex-wrap: wrap;}*/
  .crmfwlist ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .crmfwlist ul li:nth-child(3) {
    margin-right: 0;
  }

  .crmgnlist ul li {
    width: 32%;
    margin-right: 2%;
  }

  .crmgnlist ul li:nth-child(5n) {
    margin-right: 2%;
  }

  .crmgnlist ul li:nth-child(3n) {
    margin-right: 0%;
  }

}

@media screen and (max-width: 568px) {
  .header {
    display: none;
  }

  .nav {
    display: block;
  }

  .navleft {
    width: 32%;
  }

  .navleft img {
    width: 78px !important;
  }

  .banner {
    height: auto;
  }

  .bannercon ul li a img {
    height: auto;
  }

  .bannertext {
    width: 100%;
  }

  .bannertexted {
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .bannertexted h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
  }

  .bannertexted p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
  }

  .bannerconlast span {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 80px;
  }

  .bannerconlast span:last-child {
    line-height: 18px;
  }

  .bannercon>.swiper-pagination-bullets {
    bottom: 10px !important;
  }

  .bannercon .swiper-pagination-bullet {
    width: 20px;
  }

  .hq_1200 {
    width: 100%;
    padding: 0;
  }

  .information {
    height: auto;
  }

  .informationcon {
    padding: 10px 0;
  }

  .informationleft {
    float: left;
    width: 74%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
  }

  .informationlist {
    width: 55%;
  }

  .informationright {
    float: left;
    padding: 2px 10px 0 10px;
    box-sizing: border-box;
  }

  .series {
    padding: 40px 10px 10px 10px;
    box-sizing: border-box;
  }

  .seriestitle {
    margin-bottom: 20px;
  }

  .seriestitle h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .seriestitle p {
    font-size: 14px;
    line-height: 18px;
  }

  .series_soultion {
    padding: 30px 10px 10px 10px;
    box-sizing: border-box;
  }

  .seriestitle_soultion {
    margin-bottom: 20px;
  }

  .seriestitle_soultion p {
    font-size: 14px;
    line-height: 18px;
  }

  .serieslist>ul>li {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .serieslast {
    padding: 20px 10px;
  }

  .serieslast ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .serieslast ul li {
    margin-right: 1.25%;
    margin-bottom: 10px;
  }

  .plan {
    padding: 40px 10px 10px 10px;
  }

  .palntitle {
    margin-bottom: 20px;
  }

  .palntitle h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .palnlist ul li {
    width: 100%;
  }

  .palnlist ul li a {
    padding: 30px 20px;
  }

  .planbox {
    padding: 30px 20px;
  }

  .products {
    height: auto;
    padding: 40px 10px;
  }

  .productstitle h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .productslist {
    margin-bottom: 20px;
  }

  .productslist ul li h5 span {
    font-size: 22px;
  }

  .productslist ul li h5 {
    font-size: 20px;
  }

  .productslist ul li p {
    font-size: 14px;
  }

  .cooperation {
    padding: 40px 10px 10px 10px;
  }

  .cooperate {
    padding: 40px 10px;
  }

  .cooperatelist ul li {
    width: 50%;
    height: auto;
    margin-right: 0;
    padding: 0;
  }

  .cooperatelistimg {
    margin: 0 auto 20px;
    float: none;
  }

  .cooperatelistext {
    float: none;
    width: 100%;
    display: none;
  }

  .cooperatelastup ul li {
    width: 24%;
    float: none;
    margin-bottom: 0px;
    float: left;
    margin-right: 1.33%;
  }

  .cooperatelastup ul li:last-child {
    margin-right: 0;
  }

  .cooperatelastupimg {
    margin: 0 auto;
    float: none;
  }

  .cooperatelastup ul li:last-child {
    margin-bottom: 0;
  }

  .cooperatelastbut ul li {
    width: 30%;
    float: none;
    margin-bottom: 0px;
    float: left;
    margin-right: 5%;
  }

  .cooperatelastbut ul li:last-child {
    margin-right: 0;
  }

  .cooperatelastbutimg {
    margin: 0 auto;
    float: none;
  }

  .palnlisted p {
    width: 22%;
    margin-right: 8%;
    margin-left: 4%
  }

  .customer {
    padding-top: 40px;
  }

  .customercon {
    padding: 20px 14px;
  }

  .customercon::before,
  .customercon::after {
    display: none;
  }

  .major {
    height: auto;
    padding: 10% 10px;
  }

  .majorcon h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .hzhbconed .bannerprev {
    left: 2% !important;
  }

  .hzhbconed .bannernext {
    right: 2% !important;
  }

  .hqnew {
    padding: 30px 10px;
  }

  .hqnewcon ul li {
    float: none;
    width: 100%;
  }

  .footer {
    padding: 40px 10px;
  }

  .footerleft {
    float: none;
    width: 100%;
  }

  /* .footerleft a img{ width:32%} */
  .footeright {
    float: none;
    width: 100%;
  }

  .footerleft a svg {
    display: block;
    width: 80px !important;
  }

  .footerup {
    margin-bottom: 20px;
    padding-top: 20px;
    box-sizing: border-box;
  }

  .footerup ul {
    display: none;
  }

  .footeruptext {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .footerbut {
    padding-left: 0;
    display: none;
  }

  .banners {
    width: 100%;
    height: 320px;
    padding: 90px 10px;
    box-sizing: border-box;
  }

  .bannerscon {
    padding-left: 0;
    padding-top: 0;
  }

  .bannerscontext h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .bannerscontext h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .crmnav {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .crmright {
    float: none;
    display: none;
  }

  .plansuper {
    background-size: cover !important;
  }

  .plansup {
    height: auto !important;
    padding: 30px 10px !important;
    box-sizing: border-box !important;
  }

  .plansleft {
    float: none !important;
    width: 100% !important;
    padding-top: 0 !important;
    margin-bottom: 20px !important;
  }

  .plansleft h4 {
    font-size: 18px !important;
  }

  .plansleft p {
    margin: 20px 0 !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .plansupconlist a {
    width: 110px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 14px !important;
  }

  .palnsright {
    float: none !important;
    width: 100% !important;
    display: none
  }

  .plansleft p {
    max-height: initial !important;
  }

  .crmts {
    padding: 40px 10px;
  }

  .crmtsimg {
    float: none;
    width: 100%;
  }

  .crmtstext {
    float: none;
    width: 100%;
  }

  .crmxs {
    display: none;
  }

  .productsd {
    height: auto;
    padding: 40px 10px;
  }

  .crmgn {
    padding: 40px 10px;
  }

  .crmgnlist ul li {
    width: 49%;
    margin-right: 2%;
    padding: 10px 12px;
  }

  .crmgnlist ul li:nth-child(5n) {
    margin-right: 2%;
  }

  .crmgnlist ul li:nth-child(2n) {
    margin-right: 0;
  }

  .crmfw {
    padding: 40px 10px;
  }

  .crmfwlist ul li {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    float: none;
    margin-right: 0;
    overflow: hidden;
  }

  .crmfwlist ul li:last-child {
    margin-bottom: 0;
  }

  .crmfwlist ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .crmkh {
    padding: 40px 10px;
  }

  .crmkhlist ul li {
    width: 100%;
    margin-right: 0;
  }

  .plannav {
    display: none;
  }

  .planyw,
  .planxs,
  .plants {
    padding: 40px 10px;
  }

  .planywlist ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .planywlist ul li:last-child {
    margin-bottom: 0;
  }

  .plantslist ul li {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .cooperationlisteds ul li {
    width: 49%;
    margin-right: 2%;
  }

  .cooperationlisteds ul li:nth-child(2n) {
    margin-right: 0;
  }

  .cooperationlisted h5 {
    float: none;
    width: 100%;
    display: block;
    line-height: 75px;
  }

  .cooperationlisted h5 p {
    text-align: center;
  }

  .cooperationlisted ul li {
    width: 40%;
    padding-left: 3%;
    margin-right: 10%;
  }

  .cooperationlisted ul li:nth-child(2n) {
    margin-right: 0;
  }

  #toTop {
    display: none !important;
  }

  .ins {
    display: block;
  }

  .li {
    display: block;
  }

  .hqnewcon ul li a span {
    margin-right: 0px;
    width: 28%;
  }

  .hqnewcon ul li a p {
    width: 45%;
  }

  .hqnewcon ul li a strong {
    width: 22%;
    float: right;
  }

  .hqnewcon ul li a span::before {
    right: 10px;
  }

  .customerimg {
    margin-right: 10px;
  }

  .customertext {
    width: 62%;
  }

  .customerlist {
    margin-top: -8%;
  }

  .customertext div {
    height: auto;
    -webkit-line-clamp: 100;
    font-size: 14px;
    line-height: 22px;
    text-align: justify
  }

  .hzhblist ul li a img {
    width: 80%;
  }

  .hzhbconed {
    padding: 0 15%;
    box-sizing: border-box;
  }

  .hzhb {
    padding: 20px 0;
  }

  .serieslist>ul>li h4 {
    font-size: 16px;
  }

  .seriesimg {
    width: 43px;
    height: 43px;
    margin: 0 auto 11px;
  }

  .serieslastimg {
    width: 43px;
    height: 43px;
  }

  .serieslast h4 {
    font-size: 16px;
  }

  .palnlist ul li a h4,
  .productslisted>h5,
  .cooperationlisted h5 p {
    font-size: 16px;
  }

  .pcs {
    display: block;
  }

  .mob {
    display: none;
  }

  .bannerpageer {
    bottom: 1px !important;
  }

  .bannerpageer .swiper-pagination-bullet-active {
    background: #d7000f !important;
  }

  .palnlistcc {
    display: none;
  }

  .mobbs {
    display: block;
    padding-bottom: 20px !important;
  }

  .mobbs ul li {
    margin-right: 0;
  }

  .bannerpageers {
    bottom: -3px !important;
  }

  .bannerpageers .swiper-pagination-bullet-active {
    background: #d7000f !important;
  }

  .cooperationlistc {
    display: none;
  }

  .cooperationlistss {
    display: block;
  }

  .cooperationlisted ul li img {
    display: block;
    height: auto;
  }

  .cooperatelastuptext {
    display: none;
  }

  .cooperatelastbutext {
    display: none;
  }

  .majorcon img {
    width: 35%;
    margin-bottom: 10px;
  }

  .majorcon h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .majorcon a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .cooperationlisted ul li a {
    display: flex;
  }

  .crmgnlistxxx {
    display: none;
  }

  .crmgnlistee {
    display: block;
    padding-bottom: 15px;
    box-sizing: border-box;
  }

  .crmgnlist ul li {
    margin-right: 0;
    height: 192px;
    margin-bottom: 10px;
  }

  .crmgnlist ul li:nth-child(5n) {
    margin-right: 0;
  }

  .crmgn {
    padding: 40px 10px 10px 10px;
  }

  .crmfwtext h5 {
    font-size: 18px;
    line-height: 30px;
  }

  .bannerpageerss {
    bottom: -3px !important;
  }

  .bannerpageerss .swiper-pagination-bullet-active {
    background: #d7000f !important;
  }

  .crmfwlist ul li {
    margin-right: 0;
    margin-bottom: 0;
  }

  .ccs {
    display: none;
  }

  .sss1 {
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .mobs {
    display: block;
  }

  .banss {
    bottom: -3px !important;
  }

  .banss .swiper-pagination-bullet-active {
    background: #d7000f !important;
  }

  .crmfw {
    padding: 40px 10px 10px 10px;
  }

  .crmkhtext h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .cc1 {
    display: none;
  }

  .cc2 {
    display: block;
  }

  .ccss {
    bottom: 43px !important;
  }

  .ccss .swiper-pagination-bullet-active {
    background: #d7000f !important;
  }

  .crmxsssss {
    display: block;
    padding: 20px 10px;
  }

  .crmxslistnav ul li {
    height: auto;
    padding: 12px 20px;
    margin-top: 10px;
  }

  .crmxslistnav {
    width: 100%;
  }

  .crmxslisted {
    width: 100%;
  }

  .crmxssbutcc a {
    width: 102px;
    height: 34px;
    margin-right: 17px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    display: block;
    box-sizing: border-box;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    border-radius: 3px;
    background: #D7000F;
    margin: 20px auto 20px;
  }

  .crmxssbutcc a:hover {
    box-shadow: 0 5px 10px rgba(215, 0, 15, 0.15);
  }

  .sw1 {
    display: none;
  }

  .sw2 {
    display: block;
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .swd {
    bottom: -3px !important;
  }

  .swd .swiper-pagination-bullet-active {
    background: #d7000f !important;
  }

  .planywlist ul li {
    margin-bottom: 0;
  }

  .planyw {
    padding: 40px 10px 10px 10px;
  }

  .plantstext h5 {
    font-size: 18px;
  }

  .ss1 {
    display: none;
  }

  .ss2 {
    display: block;
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .ssd {
    bottom: -3px !important;
  }

  .ssd .swiper-pagination-bullet {
    background: #fff !important;
  }

  .ssd .swiper-pagination-bullet-active {
    background: #d7000f !important;
  }

  .dd1 {
    display: none;
  }

  .dd2 {
    display: block;
  }

  .dd2 ul li {
    margin-bottom: 10px;
  }

  .ddss {
    bottom: -3px !important;
  }

  .ddss .swiper-pagination-bullet-active {
    background: #d7000f !important;
  }

  .banners {
    height: auto;
    padding: 2px 10px;
  }

  .bannerscontext h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
  }

  .bannerscontext h5 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
  }

  .bannerscontext a {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 80px;
  }

  .dww {
    bottom: 43px !important;
  }

  .dww .swiper-pagination-bullet-active {
    background: #d7000f !important;
  }

  .cooperatelastup {
    padding-bottom: 0;
  }

  .cooperatelastbut {
    display: none;
  }

  .cooperationlisted ul li a {
    width: auto;
  }

  .crmxsupsss ul li {
    float: none;
    width: 100%;
    padding: 0px 8px;
    height: auto;
  }

  .crmxstext {
    width: auto;
  }

  .crmxstext p {
    font-size: 16px;
  }

  .crmxsup {
    margin-bottom: 10px;
  }

  .crmxslistext h4 {
    font-size: 14px;
  }

  .cooperationlistss .more {
    margin-top: 30px;
  }

  .banners {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }

  .customercon {
    padding: 14px 0 14px 10px;
  }

  .customertext {
    width: 61%;
  }

  .customertext div {
    text-align: justify;
  }

  .noleft ul li {
    padding-left: 0px;
  }

  .crmxslistext {
    width: 87%;
    text-align: justify;
  }

  .hzhblist ul li {
    padding-top: 12px;
    box-sizing: border-box
  }



}

.popup-notice,
.popup-notice div {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none
}

/* 弹窗css样式  -------------- start --------------- */
.popup-notice {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #fff;
  border-radius: 6px;
}

.popup-notice .popup-notice-main {
  position: relative;
  border: 1px solid #C22F42;
  border-radius: 6px;
  padding: 20px;
}

.popup-notice .popup-notice-main-contnet {
  margin: 20px 0;
}

.popup-notice .popup-notice-main-contnet,
.popup-notice .popup-notice-main-contnet p {
  line-height: 26px;
  text-align: justify;
  font-size: 14px;
  text-indent: 2em;
}

.popup-notice .popup-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 28px;
  height: 28px;
  /* background-color: #BCBCBC; */
  text-align: center;
  line-height: 22px;
  color: #C22F42;
  font-size: 28px;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 600px) {
  .popup-notice {
    height: 78%;
    top: 52% !important;
    overflow-y: scroll;
  }
}

/* 弹窗css样式  -------------- end --------------- */


.headersearch {
  position: relative;
  display: inline-block;
}

.headersearchin {
  position: absolute;
  top: 70px;
  left: -240px;
  z-index: 1000;
  margin-top: 6px;
  width: 240px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  display: flex;
  align-items: center;
}

.headersearchin input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  flex: 1;
}

.headersearchin .headersearchbtn {
  background-color: #C22F42;
  width: 32px;
  cursor: pointer;
  color: #fff;
  padding: 4px 7px 3px;
  height: 25px;
}

.headersearch.open .headersearchin {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#btnSearch {
  cursor: pointer;
}